Skip to content

Marcap00/laravel-t-auth

Repository files navigation

Steps to create a new Laravel.x auth project using bootstrap and laravel/ui

  • Creiamo un nuovo progetto composer create-project laravel/laravel:^10 your-project-name*
  • Installiamo il pacchetto necessario composer require laravel/ui
  • Applichiamo lo scaffolding necessario di laravel/ui: php artisan ui bootstrap --auth
  • Eseguiamo npm i e
  • Configuriamo con i nostri dati il .env
  • Eseguiamo php artisan migrate
  • Eseguiamo su due terminali paralleli:
    • npm run dev
    • php artisan serve
  • Divertitevi!

Steps to use this project correctly:

  • Copy and paste the .env.example file and rename it into .env without removing the env.example file
  • Run composer install to install all our composer packages
  • Run php artisan key:generate to generate our custom application key
  • Run npm i to install all our npm packages
  • Run on two separeted terminals:
    • run npm run dev to build iteratively our front-end packages and code
    • run php artisan serve to build iteratively our back-end packages and code
  • Start changing the world with your oustanding code!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages