Steps: 1.Create a new Laravel Project. laravel new newproject 2. Go to the project folder and add laravel default authentication in your project cd newproject 3. Go to the project folder and run the following command to install laravel/ui package. composer require laravel/ui 4.Create a new database and make the database connection. 5. Run the migrate […]
Read More