Laravel

Export DB table records in excel laravel

Hi, this is Ranjit, In this article, we can see about how to export a table from the database into excel using laravel. Project creation in laravel First, you must create Laravel project on your machine. Laravel can install through composer using this command.    composer create-project --prefer-dist laravel/laravel <project_name> It will take up to [...]
Read More

Laravel 5 – MongoDB Easy Setup

Laravel It’s an Open source PHP Web Framework. Development of web applications following Model-View-Controller (MVC) architecture. Official Website https://laravel.com/ MongoDB It’s Classified as NoSQL database program. It supports field, range queries, regular expression searches. Official Website https://www.mongodb.com/   Pros: It’s Free and can run on Linux. Faster Performance Cons: The size of database is little bit high..because of […]

Read More