fix routes
This commit is contained in:
@@ -40,7 +40,7 @@ $routes->get('/startproject', 'Projects::start');
|
||||
$routes->post('/startproject', 'Projects::start');
|
||||
|
||||
$routes->get('/projects/dash', 'ProjectPages::projectView');
|
||||
$routes->get('/projects/details', 'ProjectPages::projectDetails');
|
||||
$routes->get('/projects/details/(:segment)', 'ProjectPages::projectDetails/$1');
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -21,8 +21,9 @@ class ProjectPages extends ProjectBaseController
|
||||
return view('projects/projpage',$data);
|
||||
}
|
||||
|
||||
public function projectDetails()
|
||||
public function projectDetails(string $page_key)
|
||||
{
|
||||
//echo $page_key;
|
||||
$data=[];
|
||||
|
||||
return view('projects/projdetail',$data);
|
||||
|
||||
@@ -1,30 +1,16 @@
|
||||
<!DOCTYPE html>
|
||||
<!--
|
||||
Author: Keenthemes
|
||||
Product Name: Metronic
|
||||
Product Version: 8.1.8
|
||||
Purchase: https://1.envato.market/EA4JP
|
||||
Website: http://www.keenthemes.com
|
||||
Contact: support@keenthemes.com
|
||||
Follow: www.twitter.com/keenthemes
|
||||
Dribbble: www.dribbble.com/keenthemes
|
||||
Like: www.facebook.com/keenthemes
|
||||
License: For each use you must have a valid license purchased only from above link in order to legally use the theme for your project.
|
||||
-->
|
||||
<html lang="en">
|
||||
<!--begin::Head-->
|
||||
<head><base href=""/>
|
||||
<title>Metronic - The World's #1 Selling Bootstrap Admin Template by Keenthemes</title>
|
||||
<title>ChiefSoft Works LLC</title>
|
||||
<meta charset="utf-8" />
|
||||
<meta name="description" content="The most advanced Bootstrap 5 Admin Theme with 40 unique prebuilt layouts on Themeforest trusted by 100,000 beginners and professionals. Multi-demo, Dark Mode, RTL support and complete React, Angular, Vue, Asp.Net Core, Rails, Spring, Blazor, Django, Express.js, Node.js, Flask, Symfony & Laravel versions. Grab your copy now and get life-time updates for free." />
|
||||
<meta name="keywords" content="metronic, bootstrap, bootstrap 5, angular, VueJs, React, Asp.Net Core, Rails, Spring, Blazor, Django, Express.js, Node.js, Flask, Symfony & Laravel starter kits, admin themes, web design, figma, web development, free templates, free admin themes, bootstrap theme, bootstrap template, bootstrap dashboard, bootstrap dak mode, bootstrap button, bootstrap datepicker, bootstrap timepicker, fullcalendar, datatables, flaticon" />
|
||||
<meta name="description" content="ChiefSoft Works with 15 years in software development,software developers,custom software development, web and mobile development, QA services. Headquartered in Atlanta, Georgia."/>
|
||||
<meta name="author" content="ChiefSoft Works">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<meta property="og:locale" content="en_US" />
|
||||
<meta property="og:type" content="article" />
|
||||
<meta property="og:title" content="Metronic - Bootstrap Admin Template, HTML, VueJS, React, Angular. Laravel, Asp.Net Core, Ruby on Rails, Spring Boot, Blazor, Django, Express.js, Node.js, Flask Admin Dashboard Theme & Template" />
|
||||
<meta property="og:url" content="https://keenthemes.com/metronic" />
|
||||
<meta property="og:url" content="https://www.chiefsoft.com" />
|
||||
<meta property="og:site_name" content="Keenthemes | Metronic" />
|
||||
<link rel="canonical" href="https://preview.keenthemes.com/metronic8" />
|
||||
<link rel="shortcut icon" href="/massets/media/logos/favicon.ico" />
|
||||
<!--begin::Fonts(mandatory for all pages)-->
|
||||
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Inter:300,400,500,600,700" />
|
||||
@@ -64,7 +50,7 @@ License: For each use you must have a valid license purchased only from above li
|
||||
<!--end::Sidebar mobile toggle-->
|
||||
<!--begin::Mobile logo-->
|
||||
<div class="d-flex align-items-center flex-grow-1 flex-lg-grow-0">
|
||||
<a href="../../demo1/dist/index.html" class="d-lg-none">
|
||||
<a href="/projects/dash" class="d-lg-none">
|
||||
<img alt="Logo" src="/massets/media/logos/default-small.svg" class="h-30px" />
|
||||
</a>
|
||||
</div>
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 18 KiB After Width: | Height: | Size: 1.4 KiB |
Reference in New Issue
Block a user