laravel
❤ I love you, larvel ❤
laravel
composer create-project --prefer-dist laravel/laravel appname cd appname composer require laravel/sanctum php artisan vendor:publish --provider="Laravel\Sanctum\SanctumServiceProvider" composer require laravel/jetstream php artisan jetstream:install inertia php artisan migrate npm install php artisan vendor:publish --tag=jetstream-views php artisan serve npm run hot
laravel
//There are two ways to install laravel //1-install laravel with Composer composer create-project laravel/laravel example-app // or //2-install laravel with Laravel Installer composer global require laravel/installer laravel new example-app // go to the project cd example-app
laravel
# Via Laravel Installer composer global require laravel/installer laravel new blog # Via Composer Create-Project composer create-project --prefer-dist laravel/laravel blog
laravel
composer require laravel/socialite
laravel
< == LARAVEL INSTALL == > composer create-project --prefer-dist laravel/laravel blog
laravel
curl -s https://laravel.build/example-app | bash
laravel
Laravel is a free, open-source PHP web framework, created by Taylor Otwell and intended for the development of web applications following the model–view–controller architectural pattern
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us