Laravel DB – All in One

Installing and Creating a Laravel 5.8 Project In this section we’ll introduce Laravel and then proceed it to install and create a Laravel 5.8 project. About Laravel Laravel docs describe it as: Laravel is a web application framework with expressive, elegant syntax. We believe development must be an enjoyable and Read more…

Laravel Forms

Laravel Forms has been removed from laravel 5.x. we can use laravelcollective instead: Installation Begin by installing this package through Composer. Edit your project’s composer.json file to require laravelcollective/html. Next, add your new provider to the providers array of config/app.php: Finally, add two class aliases to the aliases array of Read more…

Laravel – All in One

Laravel 5.7 CRUD Example Tutorial First, let us install Laravel 5.7 using the following command. We will use Composer Create-Project to generate laravel 5.7 projects.Earn a Tech Degree and get the skills like Frontend Development or Javascript Development that can help you to launch a career. Start your free trial #1: Install Laravel 5.7 Type the Read more…