NextPro is an marketing-related Laravel 12 and Bootstrap template is a pre-designed structure or layout coded in Laravel 12 and Bootstrap that is specifically tailored for creating web pages related to events such as General Marketing, Social Media Marketing, AI in Marketing, Paid Advertising, Video Marketing, Analytics and Reporting, Industry news & Trends and more available to others feature. These templates provide a foundation for web developers and designers to easily create any types of marketing-related websites with a visually appealing and functional design. Below is an itemized description of what you might typically find in an marketing-related Laravel 12 template.
When you extract the zip file you received after purchasing, you will find the following files and folders:
├── Documentation
├── Nextpro
| ├── app
| | ├── Http
| | | ├── Controllers
| | | | ├── Controllers.php
| | | | └── RoutingController.php // all route functions here
| | ├── Models
| | | └── User.php // user model you can create more models
| ├── bootstrap
| ├── config
| ├── database
| ├── public
| | ├── images
| | ├── videos
| ├── resources
| | ├── css
| | ├── fonts
| | ├── js
| | ├── nextmarketing-icon
| | ├── php
| | ├── scss
| | ├── webfonts
| | ├── views
| | | ├── auth
| | | | ├── login.blade.php
| | | | ├── lost-password.blade.php
| | | | ├── not-found.blade.php
| | | | ├── register.blade.php
| | | ├── career
| | | | ├── career-details.blade.php
| | | | ├── career.blade.php
| | | ├── landing
| | | | ├── index1.blade.php
| | | | ├── index2.blade.php
| | | | ├── index3.blade.php
| | | | ├── index4.blade.php
| | | | ├── index5.blade.php
| | | | ├── index6.blade.php
| | | | ├── index7.blade.php
| | | | ├── index8.blade.php
| | | ├── layouts
| | | | ├── partials
| | | | | ├── footer-scripts.blade.php
| | | | | ├── footer.blade.php
| | | | | ├── head-css.blade.php
| | | | | ├── mobile-menu.blade.php
| | | | | ├── navbar-sub.blade.php
| | | | | ├── navbar.blade.php
| | | | | ├── offcanvas.blade.php
| | | | | ├── schedule-meeting.blade.php
| | | | | ├── svg-common.blade.php
| | | | | ├── theme-mode.blade.php
| | | | | ├── title-meta.blade.php
| | | | | ├── topbar-sub.blade.php
| | | | | └── topbar.blade.php
| | | ├── base.blade.php
| | | ├── pages
| | | | ├── blog
| | | | | ├── blog-grid.blade.php
| | | | | ├── blog-grid2.blade.php
| | | | | ├── blog-list-grid.blade.php
| | | | | ├── blog-list-right-sidebar.blade.php
| | | | | ├── blog-list.blade.blade.php
| | | | | ├── blog-right-sidebar.blade.php
| | | | | ├── blog-right-sidebar2.blade.php
| | | | | ├── blog-single-right-sidebar.blade.php
| | | | | ├── blog-single.blade.php
| | | | | ├── blog-single2.blade.php
| | | | | ├── blog.blade.php
| | | | | ├── blog2.blade.php
| | | | ├── portfolio
| | | | | ├── portfolio-details.blade.php
| | | | | ├── portfolio.blade.php
| | | | ├── services
| | | | | ├── service.blade.php
| | | | | ├── service-details.blade.php
| | | | | ├── service-details2.blade.php
| | | | | ├── service-details3.blade.php
| | | | | ├── service-details4.blade.php
| | | | ├── team
| | | | | ├── team-carousel.blade.php
| | | | | ├── team-details.blade.php
| | | | | ├── team.blade.php
| | | | ├── about.blade.php
| | | | ├── contact.blade.php
| | | | ├── faq.blade.php
| | | | ├── pricing.blade.php
| | | | ├── testimonial.blade.php
| | | ├── rtl // RTL version all files
| | | | ├── auth
| | | | | ├── login.blade.php
| | | | | ├── lost-password.blade.php
| | | | | ├── not-found.blade.php
| | | | | ├── register.blade.php
| | | | ├── career
| | | | | ├── career-details.blade.php
| | | | | ├── career.blade.php
| | | | ├── landing
| | | | | ├── index1.blade.php
| | | | | ├── index2.blade.php
| | | | | ├── index3.blade.php
| | | | | ├── index4.blade.php
| | | | | ├── index5.blade.php
| | | | | ├── index6.blade.php
| | | | | ├── index7.blade.php
| | | | | ├── index8.blade.php
| | | | ├── layouts
| | | | | ├── partials
| | | | | | ├── footer-scripts.blade.php
| | | | | | ├── footer.blade.php
| | | | | | ├── head-css.blade.php
| | | | | | ├── mobile-menu.blade.php
| | | | | | ├── navbar-sub.blade.php
| | | | | | ├── navbar.blade.php
| | | | | | ├── offcanvas.blade.php
| | | | | | ├── schedule-meeting.blade.php
| | | | | | ├── svg-common.blade.php
| | | | | | ├── theme-mode.blade.php
| | | | | | ├── title-meta.blade.php
| | | | | | ├── topbar-sub.blade.php
| | | | | | └── topbar.blade.php
| | | | ├── base.blade.php
| | | | ├── pages
| | | | | ├── blog
| | | | | | ├── blog-grid.blade.php
| | | | | | ├── blog-grid2.blade.php
| | | | | | ├── blog-list-grid.blade.php
| | | | | | ├── blog-list-right-sidebar.blade.php
| | | | | | ├── blog-list.blade.blade.php
| | | | | | ├── blog-right-sidebar.blade.php
| | | | | | ├── blog-right-sidebar2.blade.php
| | | | | | ├── blog-single-right-sidebar.blade.php
| | | | | | ├── blog-single.blade.php
| | | | | | ├── blog-single2.blade.php
| | | | | | ├── blog.blade.php
| | | | | | ├── blog2.blade.php
| | | | | ├── portfolio
| | | | | | ├── portfolio-details.blade.php
| | | | | | ├── portfolio.blade.php
| | | | | ├── services
| | | | | | ├── service.blade.php
| | | | | | ├── service-details.blade.php
| | | | | | ├── service-details2.blade.php
| | | | | | ├── service-details3.blade.php
| | | | | | ├── service-details4.blade.php
| | | | | ├── team
| | | | | | ├── team-carousel.blade.php
| | | | | | ├── team-details.blade.php
| | | | | | ├── team.blade.php
| | | | | ├── about.blade.php
| | | | | ├── contact.blade.php
| | | | | ├── faq.blade.php
| | | | | ├── pricing.blade.php
| | | | | ├── testimonial.blade.php
| | | | └── multiple folders having all pages, apps, etc
| ├── routes
| | ├── console.php
| | ├── web.php
| ├── storage
| ├── tests
| ├── vendor // composer install this folder
| ├── composer.json - Laravel php dependencies
| ├── package.json - Laravel php dependencies
| ├── vite.config.js - Vite configuration File
| └── yarn.lock
Please follow below steps to install and setup all prerequisites:
The Laravel framework has specific system requirements that need to be met. While using the Laravel Homestead virtual machine is highly recommended for your local development environment. so it's highly recommended that you use Homestead as your local Laravel development environment
However, if you are not using Homestead, you will need to make sure your server meets the following requirements:
You can run the following commands to run project locally or build for production use:
Open up command prompt and navigate to the nextpro folder (where you have extracted the folder). E.g.
cd Nextpro
Next, run the following commands to install all dependencies
composer install
yarn install
Now rename the .env.example to .env and modify the values for database in it as per your local environment
Run the following command to generate the key
php artisan key:generate
Run the following command to run database migration to create tables
php artisan migrate
php artisan db:seed
Run the following command to compile all assets
yarn dev
And Done, now you are ready to start development server
php artisan serve
Open http://127.0.0.1:8000 to see it live there.
Note following commands around the compilation of assets
| Command | Description |
|---|---|
yarn dev
|
Watch files and compiles assets on the fly. |
yarn build
|
For compile and prepare assets for production. |
If you have any further questions don't hesitate to get in touch with our support team.
Thanks for choose our NextPro HTML template.
Developed by ThemePerch.