{"id":109,"date":"2025-05-20T04:39:23","date_gmt":"2025-05-20T04:39:23","guid":{"rendered":"https:\/\/documentation.iqonic.design\/frezka\/?p=109"},"modified":"2026-02-05T10:31:59","modified_gmt":"2026-02-05T10:31:59","slug":"manual-installation","status":"publish","type":"post","link":"https:\/\/documentation.iqonic.design\/frezka\/manual-installation\/","title":{"rendered":"Manual Installation"},"content":{"rendered":"<div class=\"nolwrap\">\n<p>Follow the steps below to set up the Laravel application in your development environment.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Step 1: Open Project in Terminal<\/strong><\/h2>\n\n\n\n<p>Open <strong>Command Prompt \/ Terminal<\/strong> and navigate to your Laravel project folder:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">cd laravel<\/pre>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Step 2: Install PHP Dependencies<\/strong><\/h2>\n\n\n\n<p>Run the following command to install all required Laravel packages:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">composer install<\/pre>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Step 3: Create Environment File<\/strong><\/h2>\n\n\n\n<p>Copy the example environment file:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">cp .env.example .env<\/pre>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Step 4: Generate Application Key<\/strong><\/h2>\n\n\n\n<p>Generate the Laravel application key:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">php artisan key:generate<\/pre>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Step 5: Database Setup<\/strong><\/h2>\n\n\n\n<p>Create a new MySQL database named: <strong>frezka<\/strong><\/p>\n\n\n\n<p>You can create it using tools like <strong>phpMyAdmin, SQLyog, Laragon, XAMPP, or WAMP<\/strong>.<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Now open the <code>.env<\/code> file and update your database credentials:<\/li>\n<\/ul>\n\n\n\n<pre class=\"wp-block-preformatted\">DB_CONNECTION=mysql<br>DB_HOST=127.0.0.1<br>DB_PORT=3306<br>DB_DATABASE=YOUR_DATABASE_NAME<br>DB_USERNAME=YOUR_USERNAME<br>DB_PASSWORD=YOUR_PASSWORD<\/pre>\n\n\n\n<p><strong>Enable\/Disable Dummy Data<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>If you want demo (dummy) data to be added to the application, set the following value to <strong>true<\/strong> in the <code>.env<\/code> file.<\/li>\n\n\n\n<li>If you do not want dummy data, set it to <strong>false<\/strong>.<\/li>\n<\/ul>\n\n\n\n<pre class=\"wp-block-preformatted\">IS_DUMMY_DATA=true   \/\/ Enable dummy data<br>IS_DUMMY_DATA=false  \/\/ Disable dummy data<\/pre>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Then run:<\/strong><\/li>\n<\/ul>\n\n\n\n<pre class=\"wp-block-preformatted\">php artisan migrate<br>php artisan db:seed<\/pre>\n\n\n\n<p><strong>OR <\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>run everything fresh with seed data:<\/strong><\/li>\n<\/ul>\n\n\n\n<pre class=\"wp-block-preformatted\">php artisan migrate:fresh --seed<\/pre>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Step 6: Install Node Modules<\/strong><\/h2>\n\n\n\n<p>Install frontend dependencies:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">npm install<\/pre>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Step 7: Compile Frontend Assets<\/strong><\/h2>\n\n\n\n<p>Build CSS and JavaScript files using one of the following:<\/p>\n\n\n\n<p>Development build:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">npm run dev<\/pre>\n\n\n\n<p><strong>OR <\/strong><\/p>\n\n\n\n<p>Production build:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">npm run build<\/pre>\n\n\n\n<p><strong>OR <\/strong><\/p>\n\n\n\n<p>Watch for live changes during development:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">npm run watch<\/pre>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Step 8: Run the Project<\/strong><\/h2>\n\n\n\n<p>Start the Laravel development server:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">php artisan serve\n<\/pre>\n\n\n\n<h2 class=\"wp-block-heading\">\ud83d\udd10 Default Admin Login Credentials<\/h2>\n\n\n\n<p><strong>Admin Panel Login<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Email:<\/strong> <a>admin@salon.com<\/a><\/li>\n\n\n\n<li><strong>Password:<\/strong> 12345678<\/li>\n<\/ul>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p>\u26a0\ufe0f <strong>Security Notice:<\/strong><br>After installation is completed, first log in using the default admin credentials to verify everything is working correctly. Once confirmed, please change the admin password immediately for security purposes.<\/p>\n<\/blockquote>\n<\/div>","protected":false},"excerpt":{"rendered":"<p>Follow the steps below to set up the Laravel application in your development environment. Step 1: Open Project in Terminal Open Command Prompt \/ Terminal and navigate to your Laravel project folder: cd laravel Step 2: Install PHP Dependencies Run the following command to install all required Laravel packages: composer install Step 3: Create Environment [&hellip;]<\/p>\n","protected":false},"author":11,"featured_media":0,"parent":105,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[],"class_list":["post-109","post","type-post","status-publish","format-standard","hentry","category-uncategorized"],"featured_image_src":null,"author_info":{"display_name":"laraveladminiq","author_link":"https:\/\/documentation.iqonic.design\/frezka\/author\/laraveladminiq\/"},"children":[],"_links":{"self":[{"href":"https:\/\/documentation.iqonic.design\/frezka\/wp-json\/wp\/v2\/posts\/109","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/documentation.iqonic.design\/frezka\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/documentation.iqonic.design\/frezka\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/documentation.iqonic.design\/frezka\/wp-json\/wp\/v2\/users\/11"}],"replies":[{"embeddable":true,"href":"https:\/\/documentation.iqonic.design\/frezka\/wp-json\/wp\/v2\/comments?post=109"}],"version-history":[{"count":14,"href":"https:\/\/documentation.iqonic.design\/frezka\/wp-json\/wp\/v2\/posts\/109\/revisions"}],"predecessor-version":[{"id":1487,"href":"https:\/\/documentation.iqonic.design\/frezka\/wp-json\/wp\/v2\/posts\/109\/revisions\/1487"}],"up":[{"embeddable":true,"href":"https:\/\/documentation.iqonic.design\/frezka\/wp-json\/wp\/v2\/posts\/105"}],"wp:attachment":[{"href":"https:\/\/documentation.iqonic.design\/frezka\/wp-json\/wp\/v2\/media?parent=109"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/documentation.iqonic.design\/frezka\/wp-json\/wp\/v2\/categories?post=109"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/documentation.iqonic.design\/frezka\/wp-json\/wp\/v2\/tags?post=109"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}