Loading repository data…
Loading repository data…
MokammelTanvir / repository
This is a Laravel-based portfolio website built for learning purposes. It showcases skills in HTML, CSS, JavaScript, Bootstrap, Laravel 10, and Yajra DataTables.
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
This is a Laravel-based portfolio website built for learning purposes. It showcases skills in HTML, CSS, JavaScript, Bootstrap, Laravel 10, and Yajra DataTables.
Laravel is accessible, powerful, and provides tools required for large, robust applications.
This portfolio website is designed and developed using Laravel, a PHP framework known for its elegant syntax and advanced features. It serves as a platform to showcase personal projects, skills, and experiences. The Portfolio Web project is aimed at showcasing personal skills, projects, and experiences through a web platform. It utilizes Laravel, a PHP framework, to provide a robust and scalable backend infrastructure while employing HTML, CSS, and JavaScript for the frontend design and interactivity. Bootstrap is used for responsive layout and styling, ensuring the website looks great across various devices. Yajra DataTables is integrated to handle tabular data efficiently.
git clone https://github.com/mokammeltanvir/Portfolio-Web-Laravel.git
cd Portfolio-Web-Laravel
composer install
cp .env.example .env
php artisan key:generate
npm install && npm run dev
or
yarn install && yarn run dev
Create a database in MYSQL and connect it with your project by updating .env file.
After connecting the db with the project, then run the command
php artisan migrate
php artisan db:seed
After completing the migration and seeding of db, you will have 1 System Admin ready for login in this project as 'admin'.
A. Admin -> Admin Email -> admin@domain.com Pass -> password
Finally, we are ready to run our project using this command!
php artisan serve
The application should now be accessible at http://localhost:8000.
Once the application is set up, you can:
Contributions are welcome! If you find any issues or have suggestions for improvements, please feel free to open an issue or create a pull request.
The Laravel framework is open-sourced software licensed under the MIT license