Intro to laravel

What is Laravel ? Laravel is php web frame-work use in backend ,Laravel has a very rich set of features which will boost the speed of web…

Read More

Performing CRUD operation through php mysql

CRUD is an acronym for Create, Read, Update, and Delete. CRUD operations are basic data manipulation for database. In this we create a simple PHP application to perform all these operations…

Read More

Responsive website Using Bootstrap

What is Bootstrap? Bootstrap is the most popular CSS Framework for developing responsive and mobile-first websites. Bootstrap is an HTML, CSS & JS Library that focuses on simplifying the…

Read More

What is DevOps life Cycle?

DevOps defines an agile relationship between operations and the development team. It is a process where the development and operations team work together from beginning to end…

Read More

Registration Form using PHP.

Creating a registritaion form in php using $_POST method First we create a html page containning form in it with the helps of form tag. Add some…

Read More

ReflectionException : Class BlogsTableSeeder does not exist

When i type php artisan db:seed command. It’s showing this type of errors. [ReflectionException]Class UserTableSeeder does not exist Here is my BlogsTableSeeder <?phpuse Illuminate\Database\Seeder;class BlogsTableSeeder extends Seeder{…

Read More